home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 028.dms / 028.adf / Commands_List / File_Management / Delete < prev    next >
Encoding:
Text File  |  1993-08-08  |  767 b   |  29 lines

  1. Command Name : Delete
  2.  
  3. Function : Deletes files or directories (Not disks)
  4.  
  5. Arguments : {<name>} [ALL]
  6.  
  7. Location : C: directory
  8.  
  9. The delete command will remove either single files or whole drawers from a
  10. disk.  the argument <name> can be either a file or a drawer.  To delete all
  11. the contents of a drawer, including subdirectories, the argument ALL must be
  12. included.
  13.  
  14. Examples
  15.  
  16. Delete System/Diskcopy
  17.  
  18.         Deletes the file diskcopy from the system drawer of the current disk
  19.  
  20. Delete System ALL
  21.  
  22.         Deletes all files (drawers and programs) from the system drawer of
  23.         the current disk.
  24.  
  25. Delete System/Diskcopy System/FixFonts System/RexxMast
  26.  
  27.         Deletes the files Diskcopy, FixFonts and RexxMast from the system
  28.         drawer of the current disk.
  29.